home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 April: Mac OS SDK / Dev.CD Apr 00 SDK1.toast / Development Kits / Mac OS / Apple Guide / Engineering / Context Check Modules / Standard CC Modules / Process Context / Process.r < prev   
Encoding:
Text File  |  1993-11-29  |  481 b   |  26 lines  |  [TEXT/MPS ]

  1. //    Copyright:    © 1993 Apple Computer, Inc. All rights reserved.
  2. //    Author:        Scott Searle (original)
  3. //                Victor J. Hnyp (extensions)
  4. //    Date:        02/08/93
  5.  
  6. // Revisions
  7. //
  8. //    02/08/93    VJH    2.02    First 1.0 beta release
  9.  
  10. #include "Types.r"
  11. #include "SysTypes.r"
  12.  
  13.  
  14. resource 'vers' (1)
  15. {
  16.     0x01, 0x00, beta, 0x01, verUS,
  17.     "1.0b1",
  18.     "1.0b1 08-Feb-93, ©1993 Apple Computer, Inc. All rights reserved."
  19. };
  20.  
  21. resource 'vers' (2)
  22. {
  23.     0x01, 0x00, beta, 0x01, verUS,
  24.     "1.0b1",
  25.     "APPLE CONFIDENTIAL"
  26. };